[INFO] cloning repository https://github.com/Viacheslav-Rudyi/vivern-editor
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Viacheslav-Rudyi/vivern-editor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViacheslav-Rudyi%2Fvivern-editor", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViacheslav-Rudyi%2Fvivern-editor'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4ab3380f23e6d92e8df247e0029bf38868d244cb
[INFO] fixing Viacheslav-Rudyi/vivern-editor against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FViacheslav-Rudyi%2Fvivern-editor" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Viacheslav-Rudyi/vivern-editor
[INFO] finished tweaking git repo https://github.com/Viacheslav-Rudyi/vivern-editor
[INFO] tweaked toml for git repo https://github.com/Viacheslav-Rudyi/vivern-editor written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Viacheslav-Rudyi/vivern-editor on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Viacheslav-Rudyi/vivern-editor already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simple-server v0.4.0
[INFO] [stderr]   Downloaded path-absolutize v3.1.1
[INFO] [stderr]   Downloaded path-dedot v3.1.1
[INFO] [stderr]   Downloaded egui_extras v0.33.3
[INFO] [stderr]   Downloaded ehttp v0.6.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18
[INFO] running `Command { std: "docker" "start" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking zune-jpeg v0.5.13
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling wayland-scanner v0.31.9
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking kurbo v0.11.3
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking imagesize v0.13.0
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking is-docker v0.2.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling rfd v0.17.2
[INFO] [stderr]     Checking is-wsl v0.4.0
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]     Checking path-dedot v3.1.1
[INFO] [stderr]     Checking log v0.3.9
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking path-absolutize v3.1.1
[INFO] [stderr]     Checking open v5.3.3
[INFO] [stderr]     Checking svgtypes v0.15.3
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking simple-server v0.4.0
[INFO] [stderr]     Checking glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerocopy-derive v0.8.47
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking wayland-backend v0.3.14
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking async-io v2.6.0
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking av-scenechange v0.14.1
[INFO] [stderr]     Checking wayland-client v0.31.13
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking usvg v0.45.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking rav1e v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking wayland-protocols v0.32.11
[INFO] [stderr]     Checking wayland-cursor v0.31.13
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking zvariant_utils v3.3.0
[INFO] [stderr]     Checking enumflags2 v0.7.12
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking ron v0.11.0
[INFO] [stderr]     Checking resvg v0.45.1
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking webbrowser v1.2.0
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking ehttp v0.6.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking zbus_xml v5.1.0
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.11
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.11
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.11
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking winit v0.30.13
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking glutin-winit v0.5.0
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]     Checking egui_extras v0.33.3
[INFO] [stderr]     Checking atspi-common v0.9.0
[INFO] [stderr]     Checking atspi-proxies v0.9.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.14.2
[INFO] [stderr]     Checking atspi-connection v0.9.0
[INFO] [stderr]     Checking atspi v0.25.0
[INFO] [stderr]     Checking accesskit_unix v0.17.2
[INFO] [stderr]     Checking accesskit_winit v0.29.2
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]     Checking vivern v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::os::windows`
[INFO] [stdout]  --> src/main.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{env::current_dir, os::windows::thread};
[INFO] [stdout]   |                                 ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `env::current_dir`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{env::current_dir, os::windows::thread};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Rect`, `Response`, `Sense`, `Ui`, `Widget`, `Window`, and `debug_text::print`
[INFO] [stdout]  --> src/main.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 | use eframe::egui::{self, Button, Rect, Response, Sense, Ui, Widget, Window, debug_text::print};
[INFO] [stdout]   |                          ^^^^^^  ^^^^  ^^^^^^^^  ^^^^^  ^^  ^^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::FpCategory::Infinite`
[INFO] [stdout]  --> src/myapp.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::num::FpCategory::Infinite;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Index`
[INFO] [stdout]  --> src/myapp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops::Index;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::id`
[INFO] [stdout]  --> src/myapp.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::process::id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `string`
[INFO] [stdout]   --> src/myapp.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{string, vec};
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::egui::accesskit::HasPopup::Grid`
[INFO] [stdout]   --> src/myapp.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use eframe::egui::accesskit::HasPopup::Grid;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CornerRadius`, `ImageSource`, `InputState`, `Pos2`, `ViewportBuilder`, `ViewportClass`, `ViewportInfo`, and `text`
[INFO] [stdout]   --> src/myapp.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 | ...lor32, CornerRadius, Frame, ImageSource, InputState, Pos2, ViewportBuilder, ViewportClass, ViewportId, ViewportInfo, text};
[INFO] [stdout]    |           ^^^^^^^^^^^^         ^^^^^^^^^^^  ^^^^^^^^^^  ^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^              ^^^^^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Point` and `Rect`
[INFO] [stdout]   --> src/myapp.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | use eframe::egui::accesskit::{Point, Rect};
[INFO] [stdout]    |                               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::epaint::RectShape`
[INFO] [stdout]   --> src/myapp.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use eframe::epaint::RectShape;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::epaint::tessellator::Path`
[INFO] [stdout]   --> src/myapp.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use eframe::epaint::tessellator::Path;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pathdiff::diff_paths`
[INFO] [stdout]   --> src/myapp.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use pathdiff::diff_paths;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de::value::Error`
[INFO] [stdout]   --> src/myapp.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use serde::de::value::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::json`
[INFO] [stdout]   --> src/myapp.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use serde_json::json;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `destination` and `expressions`
[INFO] [stdout]   --> src/myapp.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::graphnode::Value::{destination, expressions};
[INFO] [stdout]    |                               ^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/myapp.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 | use crate::graphnode::{self, GraphNode, Value};
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/myapp.rs:1383:11
[INFO] [stdout]      |
[INFO] [stdout] 1383 | ...                   if ((node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.) {
[INFO] [stdout]      |                          ^                                                          ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1383 -                             if ((node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.) {
[INFO] [stdout] 1383 +                             if (node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]     --> src/myapp.rs:1565:9
[INFO] [stdout]      |
[INFO] [stdout] 1565 |             while(next_pass.is_empty() == false) {
[INFO] [stdout]      |                  ^                             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1565 -             while(next_pass.is_empty() == false) {
[INFO] [stdout] 1565 +             while next_pass.is_empty() == false  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]     --> src/myapp.rs:1605:9
[INFO] [stdout]      |
[INFO] [stdout] 1605 |             while(next_pass.is_empty() == false) {
[INFO] [stdout]      |                  ^                             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1605 -             while(next_pass.is_empty() == false) {
[INFO] [stdout] 1605 +             while next_pass.is_empty() == false  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Path`, `fs`, and `hash::Hash`
[INFO] [stdout]  --> src/graphnode.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, fs, hash::Hash, path::{Path, PathBuf}};
[INFO] [stdout]   |                                 ^^  ^^^^^^^^^^         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Frame`, `Rect`, and `response`
[INFO] [stdout]  --> src/graphnode.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use eframe::{Frame, egui::{self, Pos2, Rect, Sense, response}};
[INFO] [stdout]   |              ^^^^^                     ^^^^         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de`
[INFO] [stdout]  --> src/graphnode.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::de;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `text` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:15:2
[INFO] [stdout]    |
[INFO] [stdout] 15 |     text(String),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `integer` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:16:2
[INFO] [stdout]    |
[INFO] [stdout] 16 |     integer(isize),
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `float` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:17:2
[INFO] [stdout]    |
[INFO] [stdout] 17 |     float(f64),
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `dialogue` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 18 |     dialogue(Vec<String>),
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `Dialogue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `choice` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     choice(Vec<String>),
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Choice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `destination` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |     destination(Vec<Option<usize>>),
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `path` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:21:2
[INFO] [stdout]    |
[INFO] [stdout] 21 |     path(PathBuf),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `properties` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:22:2
[INFO] [stdout]    |
[INFO] [stdout] 22 |     properties(HashMap<String, f64>),
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `Properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `expressions` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:23:2
[INFO] [stdout]    |
[INFO] [stdout] 23 |     expressions(Vec<String>),
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Expressions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `paths` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:24:2
[INFO] [stdout]    |
[INFO] [stdout] 24 |     paths(Vec<PathBuf>),
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `Paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `next` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:25:2
[INFO] [stdout]    |
[INFO] [stdout] 25 |     next(Option<usize>),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `rgb` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:26:2
[INFO] [stdout]    |
[INFO] [stdout] 26 |     rgb([f32; 3]),
[INFO] [stdout]    |     ^^^ help: convert the identifier to upper camel case: `Rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `id` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:27:2
[INFO] [stdout]    |
[INFO] [stdout] 27 |     id(usize),
[INFO] [stdout]    |     ^^ help: convert the identifier to upper camel case (notice the capitalization): `Id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `flag` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:28:2
[INFO] [stdout]    |
[INFO] [stdout] 28 |     flag(bool),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/graphnode.rs:1036:8
[INFO] [stdout]      |
[INFO] [stdout] 1036 |                 if (app.sprites.contains_key(&currentSprite)) {
[INFO] [stdout]      |                    ^                                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1036 -                 if (app.sprites.contains_key(&currentSprite)) {
[INFO] [stdout] 1036 +                 if app.sprites.contains_key(&currentSprite)  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/graphnode.rs:1113:17
[INFO] [stdout]      |
[INFO] [stdout] 1113 |         let text = if (app.sprites.contains_key(&currentSprite)) { &app.sprites[&currentSprite]}
[INFO] [stdout]      |                       ^                                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1113 -         let text = if (app.sprites.contains_key(&currentSprite)) { &app.sprites[&currentSprite]}
[INFO] [stdout] 1113 +         let text = if app.sprites.contains_key(&currentSprite)  { &app.sprites[&currentSprite]}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::windows`
[INFO] [stdout]  --> src/main.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{env::current_dir, os::windows::thread};
[INFO] [stdout]   |                                 ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:56:4
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/mod.rs:120:9
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `env::current_dir`
[INFO] [stdout]  --> src/main.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{env::current_dir, os::windows::thread};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Button`, `Rect`, `Response`, `Sense`, `Ui`, `Widget`, `Window`, and `debug_text::print`
[INFO] [stdout]  --> src/main.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 | use eframe::egui::{self, Button, Rect, Response, Sense, Ui, Widget, Window, debug_text::print};
[INFO] [stdout]   |                          ^^^^^^  ^^^^  ^^^^^^^^  ^^^^^  ^^  ^^^^^^  ^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::num::FpCategory::Infinite`
[INFO] [stdout]  --> src/myapp.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::num::FpCategory::Infinite;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Index`
[INFO] [stdout]  --> src/myapp.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::ops::Index;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::id`
[INFO] [stdout]  --> src/myapp.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::process::id;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `string`
[INFO] [stdout]   --> src/myapp.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::{string, vec};
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::egui::accesskit::HasPopup::Grid`
[INFO] [stdout]   --> src/myapp.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use eframe::egui::accesskit::HasPopup::Grid;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CornerRadius`, `ImageSource`, `InputState`, `Pos2`, `ViewportBuilder`, `ViewportClass`, `ViewportInfo`, and `text`
[INFO] [stdout]   --> src/myapp.rs:13:35
[INFO] [stdout]    |
[INFO] [stdout] 13 | ...lor32, CornerRadius, Frame, ImageSource, InputState, Pos2, ViewportBuilder, ViewportClass, ViewportId, ViewportInfo, text};
[INFO] [stdout]    |           ^^^^^^^^^^^^         ^^^^^^^^^^^  ^^^^^^^^^^  ^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^              ^^^^^^^^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Point` and `Rect`
[INFO] [stdout]   --> src/myapp.rs:14:31
[INFO] [stdout]    |
[INFO] [stdout] 14 | use eframe::egui::accesskit::{Point, Rect};
[INFO] [stdout]    |                               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::epaint::RectShape`
[INFO] [stdout]   --> src/myapp.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use eframe::epaint::RectShape;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `eframe::epaint::tessellator::Path`
[INFO] [stdout]   --> src/myapp.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use eframe::epaint::tessellator::Path;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `pathdiff::diff_paths`
[INFO] [stdout]   --> src/myapp.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use pathdiff::diff_paths;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de::value::Error`
[INFO] [stdout]   --> src/myapp.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use serde::de::value::Error;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::json`
[INFO] [stdout]   --> src/myapp.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use serde_json::json;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `destination` and `expressions`
[INFO] [stdout]   --> src/myapp.rs:23:31
[INFO] [stdout]    |
[INFO] [stdout] 23 | use crate::graphnode::Value::{destination, expressions};
[INFO] [stdout]    |                               ^^^^^^^^^^^  ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/myapp.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 | use crate::graphnode::{self, GraphNode, Value};
[INFO] [stdout]    |                        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/myapp.rs:1383:11
[INFO] [stdout]      |
[INFO] [stdout] 1383 | ...                   if ((node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.) {
[INFO] [stdout]      |                          ^                                                          ^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1383 -                             if ((node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.) {
[INFO] [stdout] 1383 +                             if (node.pos.x + self.offset.x) > leftPanel.rect.width() / 2.  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]     --> src/myapp.rs:1565:9
[INFO] [stdout]      |
[INFO] [stdout] 1565 |             while(next_pass.is_empty() == false) {
[INFO] [stdout]      |                  ^                             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1565 -             while(next_pass.is_empty() == false) {
[INFO] [stdout] 1565 +             while next_pass.is_empty() == false  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `while` condition
[INFO] [stdout]     --> src/myapp.rs:1605:9
[INFO] [stdout]      |
[INFO] [stdout] 1605 |             while(next_pass.is_empty() == false) {
[INFO] [stdout]      |                  ^                             ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1605 -             while(next_pass.is_empty() == false) {
[INFO] [stdout] 1605 +             while next_pass.is_empty() == false  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Path`, `fs`, and `hash::Hash`
[INFO] [stdout]  --> src/graphnode.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{collections::HashMap, fs, hash::Hash, path::{Path, PathBuf}};
[INFO] [stdout]   |                                 ^^  ^^^^^^^^^^         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Frame`, `Rect`, and `response`
[INFO] [stdout]  --> src/graphnode.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use eframe::{Frame, egui::{self, Pos2, Rect, Sense, response}};
[INFO] [stdout]   |              ^^^^^                     ^^^^         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde::de`
[INFO] [stdout]  --> src/graphnode.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::de;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `text` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:15:2
[INFO] [stdout]    |
[INFO] [stdout] 15 |     text(String),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Text`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `integer` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:16:2
[INFO] [stdout]    |
[INFO] [stdout] 16 |     integer(isize),
[INFO] [stdout]    |     ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Integer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `float` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:17:2
[INFO] [stdout]    |
[INFO] [stdout] 17 |     float(f64),
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Float`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `dialogue` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:18:2
[INFO] [stdout]    |
[INFO] [stdout] 18 |     dialogue(Vec<String>),
[INFO] [stdout]    |     ^^^^^^^^ help: convert the identifier to upper camel case: `Dialogue`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `choice` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:19:2
[INFO] [stdout]    |
[INFO] [stdout] 19 |     choice(Vec<String>),
[INFO] [stdout]    |     ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Choice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `destination` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:20:2
[INFO] [stdout]    |
[INFO] [stdout] 20 |     destination(Vec<Option<usize>>),
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Destination`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `path` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:21:2
[INFO] [stdout]    |
[INFO] [stdout] 21 |     path(PathBuf),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `properties` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:22:2
[INFO] [stdout]    |
[INFO] [stdout] 22 |     properties(HashMap<String, f64>),
[INFO] [stdout]    |     ^^^^^^^^^^ help: convert the identifier to upper camel case: `Properties`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `expressions` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:23:2
[INFO] [stdout]    |
[INFO] [stdout] 23 |     expressions(Vec<String>),
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `Expressions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `paths` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:24:2
[INFO] [stdout]    |
[INFO] [stdout] 24 |     paths(Vec<PathBuf>),
[INFO] [stdout]    |     ^^^^^ help: convert the identifier to upper camel case: `Paths`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `next` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:25:2
[INFO] [stdout]    |
[INFO] [stdout] 25 |     next(Option<usize>),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case: `Next`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `rgb` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:26:2
[INFO] [stdout]    |
[INFO] [stdout] 26 |     rgb([f32; 3]),
[INFO] [stdout]    |     ^^^ help: convert the identifier to upper camel case: `Rgb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `id` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:27:2
[INFO] [stdout]    |
[INFO] [stdout] 27 |     id(usize),
[INFO] [stdout]    |     ^^ help: convert the identifier to upper camel case (notice the capitalization): `Id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `flag` should have an upper camel case name
[INFO] [stdout]   --> src/graphnode.rs:28:2
[INFO] [stdout]    |
[INFO] [stdout] 28 |     flag(bool),
[INFO] [stdout]    |     ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/graphnode.rs:1036:8
[INFO] [stdout]      |
[INFO] [stdout] 1036 |                 if (app.sprites.contains_key(&currentSprite)) {
[INFO] [stdout]      |                    ^                                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1036 -                 if (app.sprites.contains_key(&currentSprite)) {
[INFO] [stdout] 1036 +                 if app.sprites.contains_key(&currentSprite)  {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]     --> src/graphnode.rs:1113:17
[INFO] [stdout]      |
[INFO] [stdout] 1113 |         let text = if (app.sprites.contains_key(&currentSprite)) { &app.sprites[&currentSprite]}
[INFO] [stdout]      |                       ^                                        ^
[INFO] [stdout]      |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]      |
[INFO] [stdout] 1113 -         let text = if (app.sprites.contains_key(&currentSprite)) { &app.sprites[&currentSprite]}
[INFO] [stdout] 1113 +         let text = if app.sprites.contains_key(&currentSprite)  { &app.sprites[&currentSprite]}
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/myapp.rs:92:30
[INFO] [stdout]    |
[INFO] [stdout] 92 |             stroke: egui::Stroke::new(4., Color32::BLACK),
[INFO] [stdout]    |                                       ^^ help: explicitly specify the type as `f32`: `4_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/myapp.rs:122:21
[INFO] [stdout]     |
[INFO] [stdout] 122 |         egui::Stroke::new(4., Color32::BLACK)
[INFO] [stdout]     |                           ^^ help: explicitly specify the type as `f32`: `4_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]   --> src/myapp.rs:92:30
[INFO] [stdout]    |
[INFO] [stdout] 92 |             stroke: egui::Stroke::new(4., Color32::BLACK),
[INFO] [stdout]    |                                       ^^ help: explicitly specify the type as `f32`: `4_f32`
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]    = note: `#[warn(float_literal_f32_fallback)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/myapp.rs:122:21
[INFO] [stdout]     |
[INFO] [stdout] 122 |         egui::Stroke::new(4., Color32::BLACK)
[INFO] [stdout]     |                           ^^ help: explicitly specify the type as `f32`: `4_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `createAssets`
[INFO] [stdout]    --> src/myapp.rs:240:8
[INFO] [stdout]     |
[INFO] [stdout] 240 |             let createAssets = fs::create_dir(dest.to_owned().join("assets"));
[INFO] [stdout]     |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_createAssets`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/myapp.rs:615:8
[INFO] [stdout]     |
[INFO] [stdout] 615 |             let index = fs::copy(current.join("index").with_extension("html"), dest.join("index").with_extension("html"));
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> src/myapp.rs:616:8
[INFO] [stdout]     |
[INFO] [stdout] 616 |             let style = fs::copy(current.join("style").with_extension("css"), dest.join("style").with_extension("css"));
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hexi`
[INFO] [stdout]    --> src/myapp.rs:617:8
[INFO] [stdout]     |
[INFO] [stdout] 617 |             let hexi = fs::copy(current.join("hexi").join("hexi").with_extension("js"), 
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_hexi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/myapp.rs:801:11
[INFO] [stdout]     |
[INFO] [stdout] 801 |                         let mut node = GraphNode::new(self.counter, "Clear".to_owned(), pos);
[INFO] [stdout]     |                             ----^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/myapp.rs:897:11
[INFO] [stdout]     |
[INFO] [stdout] 897 |                         let mut node = GraphNode::new(self.counter, "Wait".to_owned(), pos);
[INFO] [stdout]     |                             ----^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/myapp.rs:1278:14
[INFO] [stdout]      |
[INFO] [stdout] 1278 | ...                   let mut current = match node.data.get_mut("scene").unwrap() {
[INFO] [stdout]      |                           ----^^^^^^^
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/myapp.rs:1356:13
[INFO] [stdout]      |
[INFO] [stdout] 1356 | ...                   let mut expressionIndex = match node.data.get_mut("expression").unwrap() {
[INFO] [stdout]      |                           ----^^^^^^^^^^^^^^^
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]     --> src/myapp.rs:1276:13
[INFO] [stdout]      |
[INFO] [stdout] 1276 | ...                   for (id, node) in i {
[INFO] [stdout]      |                            ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/myapp.rs:982:44
[INFO] [stdout]     |
[INFO] [stdout] 982 |     fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `topPanel`
[INFO] [stdout]    --> src/myapp.rs:987:7
[INFO] [stdout]     |
[INFO] [stdout] 987 |         let topPanel = egui::TopBottomPanel::top("top_panel").show(ctx, |ui| {
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_topPanel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewportId`
[INFO] [stdout]     --> src/myapp.rs:1313:7
[INFO] [stdout]      |
[INFO] [stdout] 1313 |         let viewportId = ViewportId::from_hash_of("central");
[INFO] [stdout]      |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewportId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `drag`
[INFO] [stdout]     --> src/myapp.rs:1634:8
[INFO] [stdout]      |
[INFO] [stdout] 1634 |             let drag = self.chain_delete.unwrap();
[INFO] [stdout]      |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_drag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let mut area = egui::Area::new(egui::Id::new(&self.id))
[INFO] [stdout]     |             ----^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `header`
[INFO] [stdout]    --> src/graphnode.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 let header = ui.horizontal(|ui| {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]    --> src/graphnode.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn display(&mut self, ui: &mut egui::Ui, ctx:&egui::Context, bg: Option<Vec<String>>, app: &mut MyApp) {
[INFO] [stdout]     |                               ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bg`
[INFO] [stdout]    --> src/graphnode.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn display(&mut self, ui: &mut egui::Ui, ctx:&egui::Context, bg: Option<Vec<String>>, app: &mut MyApp) {
[INFO] [stdout]     |                                                                      ^^ help: if this is intentional, prefix it with an underscore: `_bg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/graphnode.rs:162:52
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn addNodeTitle(&mut self, ui: &mut egui::Ui, offset: &egui::Vec2, app: &mut MyApp) -> egui::Response {
[INFO] [stdout]     |                                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:478:7
[INFO] [stdout]     |
[INFO] [stdout] 478 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:510:7
[INFO] [stdout]     |
[INFO] [stdout] 510 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:552:7
[INFO] [stdout]     |
[INFO] [stdout] 552 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:585:7
[INFO] [stdout]     |
[INFO] [stdout] 585 |         let mut current = match self.data.get_mut("color") {
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picker`
[INFO] [stdout]    --> src/graphnode.rs:600:10
[INFO] [stdout]     |
[INFO] [stdout] 600 |                     let picker = egui::color_picker::color_edit_button_rgb(ui, current.unwrap());
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_picker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:614:8
[INFO] [stdout]     |
[INFO] [stdout] 614 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:677:8
[INFO] [stdout]     |
[INFO] [stdout] 677 |             let response = ui.image(texture);
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:682:7
[INFO] [stdout]     |
[INFO] [stdout] 682 |         let mut sprite = match self.data.get_mut("sprite").unwrap() {
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:747:7
[INFO] [stdout]     |
[INFO] [stdout] 747 |         let mut updateValues = false;
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:829:8
[INFO] [stdout]     |
[INFO] [stdout] 829 |             let mut paths = match self.data.get_mut("paths").unwrap() {
[INFO] [stdout]     |                 ----^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:807:9
[INFO] [stdout]     |
[INFO] [stdout] 807 |                 let response = ui.image(texture);
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:741:8
[INFO] [stdout]     |
[INFO] [stdout] 741 |             let response = ui.image(texture);
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:686:7
[INFO] [stdout]     |
[INFO] [stdout] 686 |         let prev = sprite.to_string();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sprite`
[INFO] [stdout]    --> src/graphnode.rs:696:7
[INFO] [stdout]     |
[INFO] [stdout] 696 |         let sprite = sprite.to_string();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sprite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `defPreview`
[INFO] [stdout]    --> src/graphnode.rs:726:7
[INFO] [stdout]     |
[INFO] [stdout] 726 |         let defPreview = egui::CollapsingHeader::new("Preview").id_salt(-1).show(ui, |ui| {
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_defPreview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `collapse`
[INFO] [stdout]    --> src/graphnode.rs:792:8
[INFO] [stdout]     |
[INFO] [stdout] 792 |             let collapse = egui::CollapsingHeader::new("Preview").id_salt(index).show(ui, |ui| {
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_collapse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `createAssets`
[INFO] [stdout]    --> src/myapp.rs:240:8
[INFO] [stdout]     |
[INFO] [stdout] 240 |             let createAssets = fs::create_dir(dest.to_owned().join("assets"));
[INFO] [stdout]     |                 ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_createAssets`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `index`
[INFO] [stdout]    --> src/myapp.rs:615:8
[INFO] [stdout]     |
[INFO] [stdout] 615 |             let index = fs::copy(current.join("index").with_extension("html"), dest.join("index").with_extension("html"));
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `style`
[INFO] [stdout]    --> src/myapp.rs:616:8
[INFO] [stdout]     |
[INFO] [stdout] 616 |             let style = fs::copy(current.join("style").with_extension("css"), dest.join("style").with_extension("css"));
[INFO] [stdout]     |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_style`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `hexi`
[INFO] [stdout]    --> src/myapp.rs:617:8
[INFO] [stdout]     |
[INFO] [stdout] 617 |             let hexi = fs::copy(current.join("hexi").join("hexi").with_extension("js"), 
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_hexi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:857:8
[INFO] [stdout]     |
[INFO] [stdout] 857 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:920:8
[INFO] [stdout]     |
[INFO] [stdout] 920 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/graphnode.rs:974:57
[INFO] [stdout]     |
[INFO] [stdout] 974 |     fn populateDefineWaitFor(&mut self, ui: &mut egui::Ui, app: &mut MyApp) {
[INFO] [stdout]     |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/graphnode.rs:1065:9
[INFO] [stdout]      |
[INFO] [stdout] 1065 |                 let mut properties = match self.data.get_mut("properties").unwrap() {
[INFO] [stdout]      |                     ----^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1005:9
[INFO] [stdout]      |
[INFO] [stdout] 1005 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1037:10
[INFO] [stdout]      |
[INFO] [stdout] 1037 |                     let combo = egui::ComboBox::from_label(" ")
[INFO] [stdout]      |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1120:9
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1151:7
[INFO] [stdout]      |
[INFO] [stdout] 1151 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/graphnode.rs:1206:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 |                 let mut properties = match self.data.get_mut("properties").unwrap() {
[INFO] [stdout]      |                     ----^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1183:9
[INFO] [stdout]      |
[INFO] [stdout] 1183 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> src/main.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let server = Server::new(|request, mut response| {
[INFO] [stdout]    |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/myapp.rs:801:11
[INFO] [stdout]     |
[INFO] [stdout] 801 |                         let mut node = GraphNode::new(self.counter, "Clear".to_owned(), pos);
[INFO] [stdout]     |                             ----^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/myapp.rs:897:11
[INFO] [stdout]     |
[INFO] [stdout] 897 |                         let mut node = GraphNode::new(self.counter, "Wait".to_owned(), pos);
[INFO] [stdout]     |                             ----^^^^
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vivern` (bin "vivern") due to 1 previous error; 85 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/myapp.rs:1278:14
[INFO] [stdout]      |
[INFO] [stdout] 1278 | ...                   let mut current = match node.data.get_mut("scene").unwrap() {
[INFO] [stdout]      |                           ----^^^^^^^
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/myapp.rs:1356:13
[INFO] [stdout]      |
[INFO] [stdout] 1356 | ...                   let mut expressionIndex = match node.data.get_mut("expression").unwrap() {
[INFO] [stdout]      |                           ----^^^^^^^^^^^^^^^
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `id`
[INFO] [stdout]     --> src/myapp.rs:1276:13
[INFO] [stdout]      |
[INFO] [stdout] 1276 | ...                   for (id, node) in i {
[INFO] [stdout]      |                            ^^ help: if this is intentional, prefix it with an underscore: `_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]    --> src/myapp.rs:982:44
[INFO] [stdout]     |
[INFO] [stdout] 982 |     fn update(&mut self, ctx: &egui::Context, frame: &mut eframe::Frame) {
[INFO] [stdout]     |                                               ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `topPanel`
[INFO] [stdout]    --> src/myapp.rs:987:7
[INFO] [stdout]     |
[INFO] [stdout] 987 |         let topPanel = egui::TopBottomPanel::top("top_panel").show(ctx, |ui| {
[INFO] [stdout]     |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_topPanel`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewportId`
[INFO] [stdout]     --> src/myapp.rs:1313:7
[INFO] [stdout]      |
[INFO] [stdout] 1313 |         let viewportId = ViewportId::from_hash_of("central");
[INFO] [stdout]      |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewportId`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `drag`
[INFO] [stdout]     --> src/myapp.rs:1634:8
[INFO] [stdout]      |
[INFO] [stdout] 1634 |             let drag = self.chain_delete.unwrap();
[INFO] [stdout]      |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_drag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let mut area = egui::Area::new(egui::Id::new(&self.id))
[INFO] [stdout]     |             ----^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `header`
[INFO] [stdout]    --> src/graphnode.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 let header = ui.horizontal(|ui| {
[INFO] [stdout]     |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ui`
[INFO] [stdout]    --> src/graphnode.rs:109:28
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn display(&mut self, ui: &mut egui::Ui, ctx:&egui::Context, bg: Option<Vec<String>>, app: &mut MyApp) {
[INFO] [stdout]     |                               ^^ help: if this is intentional, prefix it with an underscore: `_ui`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bg`
[INFO] [stdout]    --> src/graphnode.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub fn display(&mut self, ui: &mut egui::Ui, ctx:&egui::Context, bg: Option<Vec<String>>, app: &mut MyApp) {
[INFO] [stdout]     |                                                                      ^^ help: if this is intentional, prefix it with an underscore: `_bg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `offset`
[INFO] [stdout]    --> src/graphnode.rs:162:52
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn addNodeTitle(&mut self, ui: &mut egui::Ui, offset: &egui::Vec2, app: &mut MyApp) -> egui::Response {
[INFO] [stdout]     |                                                       ^^^^^^ help: if this is intentional, prefix it with an underscore: `_offset`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:478:7
[INFO] [stdout]     |
[INFO] [stdout] 478 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:510:7
[INFO] [stdout]     |
[INFO] [stdout] 510 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]    --> src/graphnode.rs:552:7
[INFO] [stdout]     |
[INFO] [stdout] 552 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]     |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:585:7
[INFO] [stdout]     |
[INFO] [stdout] 585 |         let mut current = match self.data.get_mut("color") {
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `picker`
[INFO] [stdout]    --> src/graphnode.rs:600:10
[INFO] [stdout]     |
[INFO] [stdout] 600 |                     let picker = egui::color_picker::color_edit_button_rgb(ui, current.unwrap());
[INFO] [stdout]     |                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_picker`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:614:8
[INFO] [stdout]     |
[INFO] [stdout] 614 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:677:8
[INFO] [stdout]     |
[INFO] [stdout] 677 |             let response = ui.image(texture);
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:682:7
[INFO] [stdout]     |
[INFO] [stdout] 682 |         let mut sprite = match self.data.get_mut("sprite").unwrap() {
[INFO] [stdout]     |             ----^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:747:7
[INFO] [stdout]     |
[INFO] [stdout] 747 |         let mut updateValues = false;
[INFO] [stdout]     |             ----^^^^^^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/graphnode.rs:829:8
[INFO] [stdout]     |
[INFO] [stdout] 829 |             let mut paths = match self.data.get_mut("paths").unwrap() {
[INFO] [stdout]     |                 ----^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:807:9
[INFO] [stdout]     |
[INFO] [stdout] 807 |                 let response = ui.image(texture);
[INFO] [stdout]     |                     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `response`
[INFO] [stdout]    --> src/graphnode.rs:741:8
[INFO] [stdout]     |
[INFO] [stdout] 741 |             let response = ui.image(texture);
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_response`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:686:7
[INFO] [stdout]     |
[INFO] [stdout] 686 |         let prev = sprite.to_string();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sprite`
[INFO] [stdout]    --> src/graphnode.rs:696:7
[INFO] [stdout]     |
[INFO] [stdout] 696 |         let sprite = sprite.to_string();
[INFO] [stdout]     |             ^^^^^^ help: if this is intentional, prefix it with an underscore: `_sprite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `defPreview`
[INFO] [stdout]    --> src/graphnode.rs:726:7
[INFO] [stdout]     |
[INFO] [stdout] 726 |         let defPreview = egui::CollapsingHeader::new("Preview").id_salt(-1).show(ui, |ui| {
[INFO] [stdout]     |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_defPreview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `collapse`
[INFO] [stdout]    --> src/graphnode.rs:792:8
[INFO] [stdout]     |
[INFO] [stdout] 792 |             let collapse = egui::CollapsingHeader::new("Preview").id_salt(index).show(ui, |ui| {
[INFO] [stdout]     |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_collapse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:857:8
[INFO] [stdout]     |
[INFO] [stdout] 857 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prev`
[INFO] [stdout]    --> src/graphnode.rs:920:8
[INFO] [stdout]     |
[INFO] [stdout] 920 |             let prev = ss.to_string();
[INFO] [stdout]     |                 ^^^^ help: if this is intentional, prefix it with an underscore: `_prev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `app`
[INFO] [stdout]    --> src/graphnode.rs:974:57
[INFO] [stdout]     |
[INFO] [stdout] 974 |     fn populateDefineWaitFor(&mut self, ui: &mut egui::Ui, app: &mut MyApp) {
[INFO] [stdout]     |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_app`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/graphnode.rs:1065:9
[INFO] [stdout]      |
[INFO] [stdout] 1065 |                 let mut properties = match self.data.get_mut("properties").unwrap() {
[INFO] [stdout]      |                     ----^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1005:9
[INFO] [stdout]      |
[INFO] [stdout] 1005 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1037:10
[INFO] [stdout]      |
[INFO] [stdout] 1037 |                     let combo = egui::ComboBox::from_label(" ")
[INFO] [stdout]      |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1120:9
[INFO] [stdout]      |
[INFO] [stdout] 1120 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1151:7
[INFO] [stdout]      |
[INFO] [stdout] 1151 |         let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/graphnode.rs:1206:9
[INFO] [stdout]      |
[INFO] [stdout] 1206 |                 let mut properties = match self.data.get_mut("properties").unwrap() {
[INFO] [stdout]      |                     ----^^^^^^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `combo`
[INFO] [stdout]     --> src/graphnode.rs:1183:9
[INFO] [stdout]      |
[INFO] [stdout] 1183 |                 let combo = egui::ComboBox::from_label("")
[INFO] [stdout]      |                     ^^^^^ help: if this is intentional, prefix it with an underscore: `_combo`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> src/main.rs:17:29
[INFO] [stdout]    |
[INFO] [stdout] 17 |         let server = Server::new(|request, mut response| {
[INFO] [stdout]    |                                   ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vivern` (bin "vivern" test) due to 1 previous error; 85 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18", kill_on_drop: false }`
[INFO] [stdout] e8b29d9867986aef0a8ab98d2ddeb40ff1600d2b410c4da431abad0a761b6d18
